(function($){$(window).scroll(function(){if($(this).scrollTop()>100){$('.scrollup').fadeIn();}else{$('.scrollup').fadeOut();}});$('.scrollup').click(function(){$("html, body").animate({scrollTop:0},1000);return false;});jQuery('.navbar').localScroll({hash:true,offset:{top:0},duration:800,easing:'easeInOutExpo'});})(jQuery);